www.gusucode.com > JSP+extjs upload 上传程序源码程序 > JSP+extjs upload 上传程序/ext_upload/ext_upload/WebRoot/Ext2.2/data-view.css

    /*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */
#custom {
	cursor: move;
}

#custom-rzwrap {
	z-index: 100;
}

#custom-rzwrap .x-resizable-handle {
	width: 11px;
	height: 11px;
	background: transparent
		url(Ext2.2/resources/images/default/sizer/square.gif) no-repeat;
	margin: 0px;
}

#custom-rzwrap .x-resizable-handle-east,#custom-rzwrap .x-resizable-handle-west
	{
	top: 45%;
}

#custom-rzwrap .x-resizable-handle-north,#custom-rzwrap .x-resizable-handle-south
	{
	left: 45%;
}
/*以上为自定义*/
#images-view .x-panel-body {
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}

#images-view .thumb {
	background: #dddddd;
	padding: 3px;
}

#images-view .thumb img {
	height: 60px;
	width: 80px;
}

#images-view .thumb-wrap {
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}

#images-view .thumb-wrap span {
	display: block;
	overflow: hidden;
	text-align: center;
}

#images-view .x-view-over {
	border: 1px solid #dddddd;
	background: #efefef
		url(../../resources/images/default/grid/row-over.gif) repeat-x left
		top;
	padding: 4px;
}

#images-view .x-view-selected {
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border: 1px solid #99bbe8;
	padding: 4px;
}

#images-view .x-view-selected .thumb {
	background: transparent;
}

#images-view .loading-indicator {
	font-size: 11px;
	background-image: url('../../resources/images/default/grid/loading.gif')
		;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin: 10px;
}